Kitchen script backtrace error

I ran the kitchen script to delete all links to the display set and i got this error.  I dont know what it means.  I thought the path was wrong on the .inc files so i put in the full windows path to my program files and still no luck so i changed the path back to original...    any ideas you have would be appreciated...thanks! 

 

-R-E- DXL: <addins/kitchen/utensils/modules.inc:69> null Module parameter was passed into argument position 1
Backtrace:
    <addins/kitchen/utensils/modules.inc:69> 
    <addins/kitchen/utensils/deltree.inc:42> 
    <C:\Program Files (x86)\IBM\Rational\DOORS\9.5/lib/dxl/addins/kitchen/Links/dellinks.dxl:87> 
    <C:\Program Files (x86)\IBM\Rational\DOORS\9.5/lib/dxl/addins/kitchen/Links/dellinks.dxl:118> 


bmohamed - Fri Apr 08 15:30:23 EDT 2016

Re: Kitchen script backtrace error
DOORSHAM - Fri Apr 08 17:21:38 EDT 2016

There is a possibility that you are running the script from the wrong GUI.  Needs to be ran from a module GUI.

Re: Kitchen script backtrace error
bmohamed - Sat Apr 09 01:27:22 EDT 2016

DOORSHAM - Fri Apr 08 17:21:38 EDT 2016

There is a possibility that you are running the script from the wrong GUI.  Needs to be ran from a module GUI.

My kitchen scripts only load within the module i'm trying to modify.  The window loads and i make all the selections of what i want to delete then when i hit 'ok' or whatever and then i get the dxl errors above..i forgot to mention that

Re: Kitchen script backtrace error
DOORSHAM - Sun Apr 10 12:24:23 EDT 2016

That particular line in question is about a baseline in at least one copy of kitchen scripts -- so you could have links going to a baseline ---

Try a module  that doesn't have any baseline links.

 

    

Re: Kitchen script backtrace error
bmohamed - Mon Apr 18 18:38:25 EDT 2016

DOORSHAM - Sun Apr 10 12:24:23 EDT 2016

That particular line in question is about a baseline in at least one copy of kitchen scripts -- so you could have links going to a baseline ---

Try a module  that doesn't have any baseline links.

 

    

Hi, I downloaded another copy of modules.inc and deltree.inc and another copy of the kitchen script and those all ran fine.  I got the attached zip file from this thread https://www.ibm.com/developerworks/community/forums/html/topic?id=77777777-0000-0000-0000-000014790395#77777777-0000-0000-0000-000014856393

I'll do a compare on the old vs new  inc files as well as the file that calls them to see why the new ones work and the others dont.

 

 


Attachments

attachment_14856393_Delete_Links.zip

Re: Kitchen script backtrace error
bmohamed - Sun Apr 24 19:11:16 EDT 2016

When I ran the kitchen script on a lower level module that had outlinks to a parent and bidirectional links to another module it ran fine.  If i ran the kitchen on a module that had inlinks from one child module then outlinks to another parent module i had the errors when trying to delete inlinks at that middle level.  Deleting outlinks worked without a hitch.  thanks, doorsham